home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / flyinf.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  1.1 KB  |  31 lines

  1. on exitFrame
  2.   global gMovNo
  3.   if the castNum of sprite 11 > 280 then
  4.     if the movieTime of sprite 11 = the duration of cast gMovNo then
  5.       set the controller of cast gMovNo to 0
  6.       set the castNum of sprite 10 to cast getAt(FlyList, 5)
  7.       set the video of cast gMovNo to 0
  8.       set the castNum of sprite 14 to 42
  9.       set the castNum of sprite 11 to the number of cast getAt(FlyList, 6)
  10.       set the castNum of sprite 8 to 23
  11.       set the castNum of sprite 7 to 22
  12.       set the castNum of sprite 6 to 21
  13.     end if
  14.   end if
  15.   if the castNum of sprite 15 <> 11 then
  16.     if the movieTime of sprite 15 = the duration of cast the castNum of sprite 15 then
  17.       set the video of cast gMovNo to 0
  18.       set the castNum of sprite 15 to 11
  19.       set the castNum of sprite 10 to cast getAt(FlyList, 5)
  20.       set the castNum of sprite 6 to 21
  21.       set LtxtNo to the number of cast getAt(FlyList, 6)
  22.       set the castNum of sprite 11 to LtxtNo
  23.       set the castNum of sprite 14 to 42
  24.       set the castNum of sprite 8 to 23
  25.       set the castNum of sprite 7 to 22
  26.       updateStage()
  27.     end if
  28.   end if
  29.   go(the frame)
  30. end
  31.